Welcome![Sign In][Sign Up]
Location:
Search - DDA bresenham

Search list

[Other resourceDDA&Bresenham

Description: DDA,Bresenham算法来实现画圆,画直线,画椭圆。-DDA, the Bresenham algorithm to achieve Circle, linear paintings, painted oval.
Platform: | Size: 248490 | Author: 李冰海 | Hits:

[Graph programDDA与Bresenham算法

Description: DDA与Bresenham算法-计算机图形学-DDA and the Bresenham algorithm-Computer Graphics
Platform: | Size: 51200 | Author: 李春雷 | Hits:

[Graph DrawingZhuYouyong

Description: 直线的DDA,bresenham算法画图 圆的bresenham算法画图 椭圆的bresenham算法画图 均匀B样条曲线算法画图 多边形的Y-X填充算法画图 动态三维立体图形的正透视投影图-linear DDA, bresenham algorithm for drawing a round of bresenham algorithm to draw the ellipse drawing algorithm bresenham uniform B-spline curves polygon drawing algorithm Y-X filling algorithm drawing dynamic 3D graphics is the perspective projection map
Platform: | Size: 1972224 | Author: 朱友勇 | Hits:

[2D GraphicBresenham算法编程演示

Description: Bresenham算法编程演示程序,用java写的源码,可以在一个IE窗口完整的演示出来,可以选择描画直线,圆形,椭圆等,是图形学课程的基础课程设计.-Bresenham algorithm programming demo program using java to write the source code for the IE window for a complete demonstration, and can choose to draw straight line, circle, ellipse, and so on the basis of graphics courses curriculum design.
Platform: | Size: 8192 | Author: susu | Hits:

[Special Effects2006010511

Description: dda、bresenham 画直线 ,bresenham 画圆 ,填充算法,几何变换(平移、缩放、旋转等), 小型绘图软件(用鼠标绘制直线、矩形、多边形、圆、填充、平移)-dda, bresenham painting straight bresenham Circle, filling algorithm, Geometric Transformations (translation, scaling, rotating, etc.), small graphics software (using the mouse drawing straight lines, rectangles, polygons, round, filling, translation)
Platform: | Size: 755712 | Author: 唐伟 | Hits:

[GDI-BitmapBresenham&DDA

Description: 《计算机图形学》用DDA和Bresenham算法画直线-"Computer Graphics" with DDA and the Bresenham algorithm painting line
Platform: | Size: 100352 | Author: 陈新新 | Hits:

[Graph DrawingDDA&Bresenham

Description: DDA,Bresenham算法来实现画圆,画直线,画椭圆。-DDA, the Bresenham algorithm to achieve Circle, linear paintings, painted oval.
Platform: | Size: 247808 | Author: 李冰海 | Hits:

[Graph DrawingDrawJinganshi

Description: 设计实现直线的DDA算法或BRESENHAM算法,并在此基础上进行下面的实验: 绘制金刚石图案 -Design linear algorithms or DDA BRESENHAM algorithm, and on this basis for the following experiments : Drawing diamond logo
Platform: | Size: 91136 | Author: 沈丽华 | Hits:

[GDI-BitmapTuXingXueZongHeShiXi

Description: 这是我图形学的综合实习程序,里面实现直线的dda算法,中点Bresenham算法,改进Bresenham算法的绘图,椭圆的中点Bresenham算法,圆的八分画圆结合中点Bresemham算法的绘制,并包含了图形的翻转,平移,对称,比例变换,内有说明文档-integrated graphics attachment procedures, straight line inside the dda algorithm, the midpoint of Bresenham algorithm, improving the Bresenham algorithm for mapping, elliptical midpoint Bresenham algorithm, the eighth round midpoint Bresemham Circle combining algorithm mapping, and includes graphics and overturned, translational symmetry, Transform ratio, which is documented
Platform: | Size: 10240 | Author: 4587 | Hits:

[OpenGL programthreeSamplesForOpenGL

Description: 第一个是分别用Bresenham和DDA算法画直线,第二个是画圆算法,第三个是cohen-sutherland算法的实现-respectively DDA Bresenham algorithm and line drawing, and the second is drawcircle algorithm, Cohen is the third-Algorithm of sutherland
Platform: | Size: 211968 | Author: 邹文科 | Hits:

[2D Graphicddanew1

Description: 实现三种画线方法及画圆,DDA画线,中点画线,BRESENHAM画线法,可画任意直线及圆弧和圆-Draw a line to achieve the three methods and drawcircle, DDA painting line, in line stipple, BRESENHAM Line Act, may be painting a straight line and arc and arbitrary round
Platform: | Size: 1936384 | Author: yanzi | Hits:

[Graph DrawingEX5

Description: 本人原创图形学实验程序,完成DDA,BRESENHAM直线、圆、椭圆算法,扫描线、种子填充算法,平移、旋转、缩放等算法。-I original graphics experimental procedures, the completion of DDA, BRESENHAM a straight line, round, oval algorithm, scanning lines, seed filling algorithm, shifting, rotating, zooming and other algorithms.
Platform: | Size: 62464 | Author: Diana | Hits:

[2D GraphicDraw

Description: 图形学作业,实现了DDA、Bresenham绘制直线和圆的算法,及多种填充、裁剪算法。-Graphics operations, the realization of the DDA, Bresenham straight line and circle drawing algorithm, and a variety of filling, clipping algorithm.
Platform: | Size: 2057216 | Author: 曹玫璇 | Hits:

[OpenGL programDDA

Description: DDA 算法 achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm -DDA algorithm achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm
Platform: | Size: 1024 | Author: | Hits:

[Graph DrawingComputerGraphics

Description: 图形学中简单图形的生成。画线,画圆,画椭圆。DDA,Bresenham,中点算法。-Simple graphics to generate graphics. Painting line, circle, oval painting. DDA, Bresenham, the mid-point algorithm.
Platform: | Size: 73728 | Author: budget | Hits:

[2D Graphicdraw

Description: Bresenham算法生成直线,中点算法生成直线,DDA算法生成直线,中点画圆,Bresenham画圆,中点画椭圆,画多边形,多边形填充-the detail information is above
Platform: | Size: 1932288 | Author: 张伟 | Hits:

[OpenGL programbresenham

Description: 1.实验目的: 理解基本图形元素光栅化的基本原理,掌握一种基本图形元素光栅化算法,利用OpenGL实现直线光栅化的DDA算法。 2.实验内容: (1) 根据所给的直线光栅化的示范源程序,在计算机上编译运行,输出正确结果; (2) 指出示范程序采用的算法,以此为基础将其改造为中点线算法或Bresenham算法,写入实验报告; (3) 根据示范代码,将其改造为圆的光栅化算法,写入实验报告; (4) 了解和使用OpenGL的生成直线的命令,来验证程序运行结果。 -shiyan2
Platform: | Size: 440320 | Author: jing | Hits:

[Graph programdda_bresenham

Description: dda和bresenham算法的java演示-dda algorithm and bresenham algorithm
Platform: | Size: 46080 | Author: Mr.Cai | Hits:

[GUI DevelopMFC画直线程序(DDA和Brensenham)

Description: DDA Bresenham, A brief code in MFC...................
Platform: | Size: 62464 | Author: 而非 | Hits:

[Graph DrawingDDA、Bresenham、MidBresenham画直线算法

Description: DDA、Bresenham、MidBresenham画直线算法(DDA,BresenhamLine,MidBresenhamLine)
Platform: | Size: 1024 | Author: tata33 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net